home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 22 / Cream of the Crop 22.iso / bbs / fnos16a5.zip / HELP.ZIP / FKEY < prev    next >
Text File  |  1995-12-30  |  1KB  |  29 lines

  1.  
  2. fkey
  3.  
  4.         The 'fkey' command allows you to program the function keys and
  5.         several other cursor control keys.
  6.  
  7.         fkey
  8.           This command produces a listing of the currently defined
  9.           function keys.
  10.  
  11.  
  12.         fkey <key_number> [<value> | "<string>" ]
  13.           Display or define a new setting for a function key.
  14.  
  15.         Control characters can be included in the string by prefixing
  16.         with the ^ character (SHIFT 6 on most keyboards); e.g. CR is
  17.         entered as ^M.  To insert a ^ in the string, enter ^^.
  18.  
  19.         Note: If the first character of a function key definition is '~'
  20.         then Jnos switches to the Command session and processes the rest
  21.         of the definition (if any).
  22.  
  23.         >> Examples:  fkey 87 "trace tnc0 211^M"  (SHIFT-F4 turns trace
  24.                                                      on)
  25.                       fkey 72 ""                  (disable up arrow)
  26.                       fkey 113 "~"                (Alt-F10 switches to
  27.                                                     the Command session)
  28.  
  29.